home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / filesyst / umsdos / readme < prev    next >
Text File  |  1996-11-17  |  2KB  |  71 lines

  1. Here is UMSDOS beta 0.3. It took a long time. Mostly the time
  2. to track difficult bugs I could not reproduce. Thanks to the
  3. few testers who worked hard trying to reproduce them.
  4.  
  5. Release 0.3 is fully compatible with 0.2.
  6. It contains important bug fixes. Those having problems with
  7. X in particular should be happy now :-)
  8. This is a source only release. A binary one will follow later.
  9. It patches agains linux kernel 1.1.12.
  10.  
  11. Please, test it out. Time has come for Umsdos to get into
  12. the standard kernel distribution... Again, test it, send
  13. me reports, etc (positive or negative). If all goes well,
  14. I will email Linus about this.
  15.  
  16. It is available from sunsite.unc.edu:/pub/Linux/BETA/umsdos
  17.  
  18. Here is a small intro...
  19.  
  20. UMSDOS is a filesystem for LINUX. It is a full feature
  21. unix-like filesystem running on top of a normal MsDOS FAT filesystem.
  22.  
  23. It has been written by Jacques Gelinas jacques@solucorp.qc.ca
  24.  
  25. Umsdos is a full-feature Unix like FS on top of a FAT MsDOS fs ?
  26. Full-feature ???
  27.  
  28.     Long file name
  29.         -Case sensitive
  30.         -This.Is.An...Exemple
  31.         -220 char max.
  32.     Links (both hard and symbolics)
  33.         Now I know why they are called "hard" links :-)
  34.     Pipes and special device file.
  35.     Permissions, owner, group
  36.     Atime,Ctime and Mtime with full Unix semantics.
  37.  
  38.     Powerful enough to be a root fs for Linux.
  39.     Yet CHKDSK won't see anything wrong with all this.
  40.  
  41.     testers have installed any kind of standard stuff. To
  42.     name a few (Andrew, X, GCC, News).
  43.  
  44. Is Umsdos useful ?
  45.  
  46.     UMSDOS is perfect to test drive linux without trouble. No
  47.     reformat, no new partition.
  48.  
  49.     It is also a good idea for those who need DOS and don't want
  50.     to split the disk in two "too small" parts. Perfect also
  51.     for those who need to share data with DOS on an ongoing basis.
  52.  
  53.     It is also a good idea for those who already splits the disk and
  54.     need more space for Linux. It allows linux to slowly eat the
  55.     DOS partition. UMSDOS will be an important part of the
  56.     "LINUX invasion" :-)
  57.  
  58.     Because reformatting is a major concern to many, especially when
  59.     you are unsure if you need linux, I believe Umsdos will be the
  60.     most used FS for linux (not the best though).
  61.  
  62.  
  63.     There are still missing pieces:
  64.  
  65.         Some performance enhancement of UMSDOS directory
  66.             manipulation (A small directory cache).
  67.         Some performance enhancement of the Linux MSDOS drivers.
  68.             (not obvious but I have some idea...)
  69.  
  70.  
  71.